home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  277 b   |  15 lines

  1. on mouseUp
  2.   set the video of member "unisys2" to 0
  3.   set the video of member "unisys1" to 0
  4.   updateStage()
  5.   set the visible of sprite 10 to 0
  6.   go("1a_4")
  7. end
  8.  
  9. on exitFrame
  10.   if (the movieTime of sprite 10 / 60) >= 28 then
  11.     go(the frame + 1)
  12.   end if
  13.   go(the frame)
  14. end
  15.